home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CLT141.ARJ / CBCPP20.C < prev    next >
C/C++ Source or Header  |  1992-03-18  |  1KB  |  51 lines

  1. /*        (c) R&D Associates 1991.
  2.  
  3.     cbcpp20.c
  4.  
  5. This file should be converted to a Clint definition library by:
  6.  
  7.     clint cbcpp20.c -I/borlandc/include -L cbcpp20 -w0
  8. */
  9.  
  10. #include <windows.h>             /* comment out if no WINDOWS */
  11.  
  12. #include <alloc.h>
  13. #include <assert.h>
  14. #include <bios.h>
  15. #include <conio.h>
  16. #include <ctype.h>
  17. #include <dde.h>                 /* comment out if no WINDOWS */
  18. #include <dir.h>
  19. #include <direct.h>
  20. #include <dos.h>
  21. #include <drivinit.h>            /* comment out if no WINDOWS */
  22. #include <errno.h>
  23. #include <fcntl.h>
  24. #include <float.h>
  25. #include <graphics.h>
  26. #include <io.h>
  27. #include <limits.h>
  28. #include <locale.h>
  29. #include <malloc.h>
  30. #include <math.h>
  31. #include <mem.h>
  32. #include <memory.h>
  33. #include <process.h>
  34. #include <search.h>
  35. #include <setjmp.h>
  36. #include <share.h>
  37. #include <signal.h>
  38. #include <stdarg.h>
  39. #include <stddef.h>
  40. #include <stdio.h>
  41. #include <stdlib.h>
  42. #include <string.h>
  43. #include <time.h>
  44. #include <values.h>
  45.  
  46. #include <sys/stat.h>
  47. #include <sys/timeb.h>
  48. #include <sys/types.h>
  49.  
  50. /* End of file. */
  51.